home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1342 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  839 b 

  1. Subject: Re: SCSI drivers, CBHD 
  2. Date: Thu, 28 Apr 1994 17:40:31 -0700
  3. From: Howard Chu <howard@harry.lloyd.com>
  4.  
  5.  
  6.   >> And (just to really make your day) one that can be both requestor and targ
  7.  et.
  8.   >> You could add disconnect and command queueing too.
  9.   >
  10.   >Uh, oh, that's tougher. Not impossible with CBHD, though, since unlike
  11.   >other drivers, CBHD's SCSI code follows the SCSI phase protocol.
  12.   
  13.   Nice : essentially I need to be able to select the ST/TT/whatever as the
  14.   target to be able to pass data through as it arrives, for obvious 
  15.   performance reasons 8)
  16.  
  17. This same functionality is also required for host to host SCSI communication...
  18. The biggest problem I had was deciding how much RAM to keep available to
  19. buffer unsolicited incoming data. (I guess we'll have to add ScIP (SCSI IP) to
  20. MiNT-Net next, eh?)
  21.   -- Howard
  22.